From: John Paul Wallington Date: Thu, 26 Sep 2002 17:54:00 +0000 (+0000) Subject: (ibuffer-update): Call `minibufferp' with argument X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30430 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5e8c515376807ffed22aea6936efc5a0bc0ec0ed;p=emacs.git (ibuffer-update): Call `minibufferp' with argument instead of within `with-current-buffer'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b883e65e775..87deecc91f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-09-26 John Paul Wallington + + * ibuffer.el (ibuffer-update): Call `minibufferp' with argument + instead of within `with-current-buffer'. + 2002-09-26 Stephen Eglen * iswitchb.el (iswitchb-completions): Test that diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 6c9bda89bd6..a33b958362e 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el @@ -2014,8 +2014,7 @@ Do not display messages if SILENT is non-nil." (cadr bufs) (eq ibuffer-always-show-last-buffer :nomini) - (with-current-buffer (cadr bufs) - (minibufferp))) + (minibufferp (cadr bufs))) (caddr bufs) (cadr bufs)) (ibuffer-current-buffers-with-marks bufs)